IsDate(string)


Returns TRUE if string can be converted to a date/time value; otherwise, FALSE. Note that ColdFusion converts the boolean return value to its string equivalent, "Yes" and "No."

See also ParseDateTime, CreateDateTime, and IsNumericDate.

string

Any string value.